home *** CD-ROM | disk | FTP | other *** search
/ A Million Times Begging / A Million Times Begging - Disc 2.iso / pc / data / profile.dir / 00002.ls < prev    next >
Encoding:
Text File  |  1998-04-27  |  253 b   |  11 lines

  1. on exitFrame
  2.   global pronum
  3.   puppetSprite(3, 1)
  4.   set str to "p" & string(pronum)
  5.   set the member of sprite 3 to the name of member str
  6.   set the visible of sprite 3 to 1
  7.   repeat with i = 7 to 8
  8.     set the visible of sprite i to 1
  9.   end repeat
  10. end
  11.